home *** CD-ROM | disk | FTP | other *** search
/ Hacker 7 / HACKER07.ISO / Games / mcdemo.exe / objects / object2.pak / Unnamed File 000454 < prev    next >
Text File  |  1998-04-20  |  1KB  |  32 lines

  1. FITini
  2.  
  3. // This is a sample Smoke Data File
  4.  
  5. [ObjectClass]
  6. l ObjectTypeNum = 7
  7.  
  8. [ObjectType]
  9. st Name                     = "jsmoke"            // Text string giving a descriptive name  (only 8 chars long!!)
  10. l Type                        = 23                // ID number for this mech type
  11. l Appearance                = 0x03000017
  12. l MaxDamage                    = 0                    // Number of damage points before BOOM!
  13. l ExplosionObject            = 0                    // Object Class Number of explosion for Mech
  14. l DestroyedObject            = 0                    // Object Class Number of Destroyed shape for Mech
  15. f ExtentRadius                = 0                    // Extent Radius in Meters
  16.  
  17. [SmokeData]
  18. f FrameRate                = 12.0
  19. f zVelocity                = -25.0                // m/s
  20. f SlowDownPercent            = 0.1                // Percent slower smoke goes then object due to drag.
  21. f SmokePerSecond            = 24                // number of spheres per second.
  22. l Duration                = 25                // Lasts forever = -1 (s)
  23. ul maxSmokeSpheres            = 30                // max number of spheres around.
  24. f randomVelX                = 3.0                // How much can x/y velocity vary by.
  25. f randomVelY                = 3.0                // This should get crowded spheres going.
  26. f randomVelZ                = 1.0                // This should get crowded spheres going.
  27. f randomPosX                = 0.0                // How much can x/y/z position vary by.
  28. f randomPosY                = 0.0                // This should get crowded spheres going.
  29. f randomPosZ                = 0.0
  30. st SmokeShape                = "jfx"
  31. FITend
  32.